-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat: implement OPTIONS request support for Preflight checks in StreamableHTTP #1245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't go in like this. Similar to #1201. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting changes as this seems too permissive - needs some alignment on what the right approach is to handle this.
Taking a step back, what's the actual motivation for this support? I'm not sure |
Discussed this internally, this would need a SEP as the spec doesn't currently contain any specification for |
Motivation and Context
Fixes: (#1079)
How Has This Been Tested?
Locally
Breaking Changes
No
Types of changes
Checklist
Additional context
None